home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 18 / supplemental_material / References / XHTML / xhtml11-20010531 / xhtml.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-05-31  |  1.8 KB  |  98 lines

  1. .ednote {
  2.     font-style: italic;
  3.     font-size: 80%;
  4. }
  5.  
  6. ul.toc { list-style: none }
  7. /* Style class for newly added text */
  8. .new {
  9.     color: blue;
  10. }
  11. /* Preformatted examples */
  12. pre.example {
  13.     white-space: pre;
  14.     font-family: monospace;
  15.     color: green;
  16.     font-weight: bold;
  17.     margin-right: 0;
  18.     margin-left: 0;
  19. }
  20. /* Preformatted DTD entry */
  21. pre.dtd {
  22.     white-space: pre;
  23.     font-family: monospace;
  24.     font-weight: normal;
  25.     margin-right: 0;
  26.     margin-left: 0;
  27. }
  28. /* Table of contents styles */
  29. div.toc, div.subtoc {
  30.     background-color: #ccccff;
  31.     border: none;
  32.     margin-right: 5%;
  33. }
  34. code {
  35.     font-family: monospace;
  36.     font-weight: bold;
  37.     color: #660099;
  38. }
  39. a.ref {
  40.     font-weight: bold;
  41. }
  42. a.normref {
  43.     font-weight: bold;
  44. }
  45. div.navbar {text-align: center}
  46. .center {  text-align: center}
  47. .alphalist {  list-style-type: upper-alpha}
  48. .codelist {  }
  49. dl.codelist dt {  
  50.     font-family: mono; 
  51.     color: #660099; 
  52.     font-style: normal; 
  53.     font-weight: normal;
  54. }
  55. .termlist {  }
  56. dl.termlist dt {  
  57.     color: #330000; 
  58.     font-weight: bold;
  59. }
  60. span.entity { color: red; }
  61. span.element { color: green; }
  62.  
  63. .elements { 
  64.     font-family: mono; 
  65.     color: green; 
  66.     font-weight: bold; 
  67. }
  68. .attributes { 
  69.     font-family: mono; 
  70.     color: red ; 
  71.     font-weight: bold;
  72. }
  73. .content { 
  74.     font-family: mono; 
  75.     color: blue ; 
  76.     font-weight: bold;
  77. }
  78. .dfn   {
  79.     color:              #400040;
  80.     font-weight:        bold;
  81.     font-style:         italic;
  82. }    
  83. tt       { color : #4000AF }
  84. dl.desc  { margin-left : 5% ; margin-right : 5% }
  85. .sect2   { margin-left : 5% ; margin-right : 5% }
  86. .element { font-weight : bold ;
  87.          color : #F00000 }
  88. .attlist { font-weight : bold ;
  89.          color : #F06000 }
  90. .pentity { color : #000080 }
  91. span.attlistid { vertical-align: super; font-size: smaller; color: gray; }
  92. span.elementid { vertical-align: super; font-size: 80%; color: gray; }
  93. span.fixme { color: red; }
  94.  
  95. table.module\_def {
  96.     border: solid red;
  97. }
  98.